DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass>.Where Property

Gets or sets the criteria that will be converted to the WHERE clause of the SQL SELECT statement.

public Criteria Where {get; set;}

Property Value

The criteria that will be converted to the WHERE clause of the SQL SELECT statement.

Implements

IQuery.

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace